home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Shareware World / Comms & Internet / The Complete Sherlock Archive / Info / Daily StocksM.src / Daily StocksM.src next >
Text File  |  1998-10-16  |  646b  |  30 lines

  1. #
  2. # DailyStocks Plugin for Sherlock
  3. # http://www.teamdraw.com/raul
  4. # DailyStocks does not support or endorse this plug.
  5.  
  6. <search
  7.     name = "Daily Stocks (Mutual)"
  8.     action = "http://www.dailystocks.com/cgi-bin/dailystocks/build_list?"
  9.     description = "Search for financial information about mutual funds."
  10.     method = get
  11.     >
  12.  
  13.  
  14. <input name="FindCompany" value= "Search">
  15. <input name="Type" value="2">
  16. <input name="CompanyName" user>
  17.  
  18. <interpret
  19.     bannerStart="<!-- BEGIN LINKEXCHANGE CODE -->"
  20.     bannerEnd="Member</a></font><br>"
  21.  
  22.     resultListStart="<!-- END LINKEXCHANGE CODE  -->"
  23.     resultListEnd="</HTML>"    
  24.     
  25.     resultItemStart="<li>"
  26.     
  27.     >
  28. </search>
  29.